Skip to content

Conversation

@arunjaindev
Copy link
Contributor

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR contains miscellaneous fixes focusing on URL formatting, keyboard shortcut platform detection, overflow handling in UI components, abort controller implementation for API requests, and search parameter corrections.

Key changes:

  • Fixed URL construction to remove redundant leading slash
  • Added platform-specific keyboard shortcut detection (Meta for macOS, Control for others)
  • Implemented proper abort controller cleanup for API requests to prevent memory leaks and handle request cancellation

Reviewed Changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/components/app/details/appDetails/AppDetails.tsx Removed redundant leading slash from URL construction
src/components/Navigation/Navigation.tsx Added platform-specific keyboard shortcut display (Meta/Control)
src/components/CIPipelineN/VariableDataTable/VariableDataTablePopupMenu.tsx Changed overflow behavior from auto to hidden
src/components/CIPipelineN/VariableDataTable/VariableConfigOverlay.tsx Added overflow-auto class for scrollable content
src/components/CIPipelineN/VariableDataTable/ValueConfigOverlay.tsx Reorganized overflow classes between parent and child elements
src/Pages/Shared/CommandBar/service.ts Added null safety check for helmApps property
src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/service.ts Added abort signal parameter to getChartList function
src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx Implemented abort controller for initial data load with cleanup
src/Pages/App/CreateAppModal/service.ts Fixed parameter name from searchKey to appNameSearch in getJobs call
src/Pages/App/CreateAppModal/AppClone/useDevtronCloneList.tsx Added searchKey dependency for job list refetch
src/Pages/App/CreateAppModal/AppClone/AppCloneList.tsx Added empty state for filtered job results and loading indicator to search

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

vivek-devtron
vivek-devtron previously approved these changes Oct 16, 2025
@sonarqubecloud
Copy link

@arunjaindev arunjaindev merged commit 18bd614 into kubecon-2025 Oct 16, 2025
6 checks passed
@arunjaindev arunjaindev deleted the fix/misc-kubecon branch October 16, 2025 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR:Ready-to-Review PR:Ready-to-Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants